home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / util / minilin / minilin.exe / USR / LOCAL / LIB / UTREE_BI.{_2 < prev    next >
Text File  |  1992-09-14  |  1KB  |  29 lines

  1. #
  2. #       $HOME/.utree-$TERM or $UTLIB/utree-$TERM
  3. #       Example keybinding file for terminal type $TERM=xterm
  4. #       klin, Sun Feb 23 23:31:11 1992
  5. #       Directory:      user's home directory  ($HOME)
  6. #                       or a library directory ($UTLIB)
  7. #
  8. #       SCCSID = @(#) utree 3.03-um (klin) Feb 23 1992 lib/utree.binding
  9. #
  10.  
  11. # Key bindings: key_sequence=utree_key_name     #Keyname
  12. #               key_sequence="string_to_insert" #Keyname
  13.  
  14. # Example bindings for keypad keys (xterm)
  15. \eOp=DOWN                               #Keypad-0
  16. \eOn=INSERT                             #Keypad-.
  17. \eOo=PREVPAGE                           #Keypad-/
  18. \eOx=NEXTPAGE                           #Keypad-8
  19. \eOj=UP                                 #Keypad-*
  20. \eOy=DOWN                               #Keypad-9
  21.  
  22. # Example bindings for functions keys (xterm)
  23. \e[21~=EXIT                             #FunctionKey 10
  24.  
  25. # Example bindings for inserting strings (xterm)
  26. \e[11~="/y"                             #FunctionKey 1
  27. \e[12~="!ps -ef|more\n"                 #FunctionKey 2
  28.  
  29.